Definition at line 32 of file IToolTipListener.hpp.
| Exponent::GUI::Listeners::IToolTipListener::IToolTipListener | ( | ) | [inline] |
Construction
Definition at line 44 of file IToolTipListener.hpp.
| virtual Exponent::GUI::Listeners::IToolTipListener::~IToolTipListener | ( | ) | [inline, virtual] |
Destruction
Definition at line 49 of file IToolTipListener.hpp.
| virtual void Exponent::GUI::Listeners::IToolTipListener::getToolTipText | ( | CString & | value, | |
| const long | idOfRequestingControl | |||
| ) | [pure virtual] |
Get the text to put in the tool tip window
| value | On return is filled with the tool tip text | |
| idOfRequestingControl | The id of the control that you want the tool tip for |